Skip to content

fix: resolve PR review comments - expand CI path filters and remove n…#824

Merged
Roopan-Microsoft merged 1 commit into
devfrom
psl-dev-fixes
Apr 23, 2026
Merged

fix: resolve PR review comments - expand CI path filters and remove n…#824
Roopan-Microsoft merged 1 commit into
devfrom
psl-dev-fixes

Conversation

@Shubhangi-Microsoft

@Shubhangi-Microsoft Shubhangi-Microsoft commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

This pull request makes a minor update to the workflow trigger paths in .github/workflows/docker-build.yml and a small code update in ChatPanel.tsx to improve code safety. The workflow path changes simplify the path patterns, and the code change removes an unnecessary non-null assertion.

Workflow trigger updates:

  • Simplified the workflow trigger paths by replacing 'src/App/src/**' and 'src/App/server/**' with the broader 'src/App/**' pattern for both push and workflow_dispatch events in .github/workflows/docker-build.yml. [1] [2]

Code safety improvement:

  • Removed the unnecessary non-null assertion (!) from the onProductSelect prop in ChatPanel.tsx, making the code safer and more idiomatic.…on-null assertion

Purpose

  • ...

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft
Roopan-Microsoft merged commit ea6367e into dev Apr 23, 2026
3 checks passed
@Ragini-Microsoft Ragini-Microsoft mentioned this pull request Apr 23, 2026
4 tasks
@Shubhangi-Microsoft
Shubhangi-Microsoft deleted the psl-dev-fixes branch April 27, 2026 10:34
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.4.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants